From 8fc40e801f21de8845cb57b16d71b257f0b95c33 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 23 May 1993 21:04:16 +0000 Subject: [PATCH] * configure.in: Explain that this is an autoconf script, and give instructions for rebuilding configure from it. Arrange to put comments in configure explaining this too. --- configure1.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/configure1.in b/configure1.in index 5be452744f5..7a56f8cf055 100755 --- a/configure1.in +++ b/configure1.in @@ -1,8 +1,22 @@ dnl This is an autoconf script. +dnl To rebuild the `configure' script from this, execute the command +dnl autoconf +dnl in the directory containing this script. You must have autoconf +dnl version 1.4 or later. +dnl +dnl The following text appears in the resulting `configure' script, +dnl explaining how to rebuild it. [#!/bin/sh #### Configuration script for GNU Emacs #### Copyright (C) 1992 Free Software Foundation, Inc. +### Don't edit this script! +### This script was automatically generated by the `autoconf' program +### from the file `./configure.in'. +### To rebuild it, execute the command +### autoconf +### in the this directory. You must have autoconf version 1.4 or later. + ### This file is part of GNU Emacs. ### GNU Emacs is free software; you can redistribute it and/or modify -- 2.30.2